scole02
scole02
I ran into the same issue and had to manually run the script `V3dLib/script/install.sh` which installs the CmdParameter library and calls `update_repo.sh`.
> Hi @scole02 thank you for reporting your issue. Did you follow the instructions: > > ``` > Once you have the Motion Planning Plugin loaded, we can configure it....
> I seemed to cannot reproduce this: > Can you try: > > `ros2 launch moveit2_tutorials demo.launch.py` > > without the `rviz_tutorial:=true` part? The same behavior is observed with or...
I tried rebuilding the `moveit2_tutorials` repo using colcon as I did before and noticed that there are a bunch of cmake warnings about paths not existing. However all the packages...
I built gazebo garden from source and have all the dependencies for the `lrauv_ignition_plugins` package including `gz-plugin2` Heres the `model.sdf` file where I add the sensor as was done in...
@hidmic yep that was part of the issue, after adding the `ignition::gazebo::systems::Sensors` plugin to my world file I am able to see dvl messages being published using the `LRAUV_example_dvl_velocity` executable....
Where is the source for the upstream DVL plugin?