Felix Warmuth

Results 10 issues of Felix Warmuth

Hey i think i did everything right but i get: ### **intercept.log** ``` [ 15:08:57 ] Staring up (fake)\dxgi.dll [ 15:08:57 ] Initialized: C:\WINDOWS\system32\dxgi.dll [ 15:08:57 ] Hooking d3d11 functions...

Hey, how about providing a docker image for `linux/arm/v7`. The RaspberryPi uses such `arch`, i guess it will increase the userbase by a bit! Cheers!

Hey, i got a MRS1xxxC and want to get the field evaluations. By default the sensor driver publishes: ``` /cloud /encoder /imu /scan /sick_mrs_1xxx/parameter_descriptions /sick_mrs_1xxx/parameter_updates ``` How can i access...

I would like a non interactive install solution for ROS on the jetson. During installation i encounter a question regarding time zones etc... Maybe with a flag: `./installROS.sh -p ros-melodic-ros-base...

Fresh Project. Unity 2019.1.1f1 Windows 10 1809 procedural-stochastic-texturing v1.1 **After Import:** ``` Shader error in 'StandardStochastic (Specular setup)': redefinition of 'UnpackScaleNormalRGorAG' at Assets/ProceduralStochasticTexturing/UnityStandardStochasticInput.cginc(487) (on d3d11) Compiling Vertex program with UNITY_PASS_FORWARDBASE...

Make `requirements.txt` great again. Now it is consistent with the readme.md

Hey, the signal selection lacks the functionality to use number keys for selecting signals to send. The absence of this feature makes the signal selection process time-consuming as users are...

enhancement

Hey, not working with recent NumPy versions >= 1.20! ``` from urdfpy import URDF ``` results in: ``` module 'numpy' has no attribute 'int'. `np.int` was a deprecated alias for...

Hey, my overall goal is to do an **extrinsic calibration using the MoveIT camera calibration.** ### Situation: System: **ros1 noetic docker container** I run the `rgb_pcl.launch` with a custom param_file:...

bug

Hey, i got problems using the `CopilotClient`. Code: ``` from talkingheads import CopilotClient import time chat = CopilotClient() time.sleep(1) while not chat.is_ready_to_prompt(): print("Waiting for prompt...") time.sleep(1) pass answer = chat.interact("What...