mvsim icon indicating copy to clipboard operation
mvsim copied to clipboard

Vehicle and mobile robotics simulator. C++ & Python API. Use it as a standalone application or via ROS 1 or ROS 2

Results 10 mvsim issues
Sort by recently updated
recently updated
newest added

Hi there, thank you for sharing this fantastic simulator. I was curious if there was any direct way using the C++ API to determine if, for example, a Jackal crashes...

Hi, I cloned the repo (develop branch) into my workspace and trying to make a build. I am getting the following error during build, can you help? I am running...

- [x] XML includes feature - [x] docs + tutorial with 3D camera - [x] Jackal robot model - [x] ros1 demo - [x] ros2 demo - [x] Monocular camera...

Explore existing options in box2d.

World file: `tests/test-still-lidar2d.world.xml` ![ranges_wall_u20_vs_u22](https://user-images.githubusercontent.com/5497818/209839530-715cbbab-6033-4515-b655-7dfcf7df60ec.png)

At present, Word can be loaded from XML but cannot be saved. If we implement a save method, it would be the first step towards a GUI world editor. The...

help wanted

When a C++ function returns a `std::string` that is a serialized protobuf (like in `callService`), and that is part of a Pybind11 wrapper, Pybind11 assumes it is UTF-8 and will...

I will work on getting further details when I can create a more minimal example, but on an ubuntu 20.04 container I am consistently getting segfaults after the world is...