Alexander Stumpf

Results 9 issues of Alexander Stumpf

**Describe the Bug** (3D) Lidar scans are very inaccurate and slightly skewed. **Steps to Reproduce** I've used a `Lidar` Node as given below and added some default props from Webots....

more information needed

RViz can take use of color and texture information from the wavefront (.obj) files... ![Screenshot from 2022-02-04 21-15-15](https://user-images.githubusercontent.com/7815721/152597384-666dfe9e-c928-424d-bc88-32acf443bccd.png) ...but Webots cannot... ![Screenshot from 2022-02-04 21-12-17](https://user-images.githubusercontent.com/7815721/152597370-26663dd4-07f4-4cbc-8021-9a770561c877.png) In both cases the same...

bug
question

Unfortunately, I found out about this problem only recently. But latest version of the converter is pruning important (static/fixed) links from the URDF where sensors are attached. In this specific...

Add the rangefinder class that reads in a depth camera node from URDF and translates it as a rangefinder node into webots proto.

enhancement

Example proto snippet: ``` SliderJoint { jointParameters JointParameters { position 0.100000 axis 0.000000 0.000000 -1.000000 } device [ LinearMotor { name "extension_leg_1_joint" maxVelocity 0.1 maxPosition 0.74 maxForce 1500.0 } PositionSensor...

I've been able to reproduce an issue, when using the action server. When I terminate the program, the executable terminates each time with: ``` terminate called after throwing an instance...

Thank you very much for the great effort you put into wavemap! It is a great new tool! I wonder if there are any plans for local mapping, like a...

enhancement

Lock status is retrieved without issues, but execution of lock/unlock commands are failing, see screenshot ![Unbenannt](https://github.com/user-attachments/assets/b5ab2cbc-a81e-4c79-87aa-c3dc32e56cec) PS: I removed the DeviceID from the screenshot ;-).

**Context** I am trying to extend the capabilities of Wavemap to represent richer, more detailed environments. I would like to carry additional data within each voxel, such as color information...

enhancement