-
Notifications
You must be signed in to change notification settings - Fork 1
Open
Labels
bugSomething isn't workingSomething isn't workinggood first issueGood for newcomersGood for newcomershelp wantedExtra attention is neededExtra attention is needed
Description
the issue
when launching the robot in simulation, the box will appear on the track. We would like to update the world so this is not the case.
a successful fix will be able to remove the boxes from a clean launch, with just the changes directly from this repo.
Steps to recreate this issue.
- Install ROS2 Humble, and ROS2 tools
- Install Webots
- Create your ros workspace, a dir of
ws_name/src - In
src, clone this repo with Git - Still in
src, runcat Phoenix/phoenix.repos | vcs importto import source dependencies - Cd to the workspace root, and run
rosdep install --from-paths src --ignore-src -r -yto install binary dependencies - Still in workspace root, run
colcon buildto build the workspace. If using clang in your IDE,
runcolcon build --cmake-args -DCMAKE_EXPORT_COMPILE_COMMANDS=ON(this command takes care of depthai errors)- If using the compile commands, they are often created in build. Move it to the workspace root, and import it into
your IDE tooling.
- If using the compile commands, they are often created in build. Move it to the workspace root, and import it into
- Make sure your user is a part of the unix
dialoutgroup. This allows for it to connect to USB devices. In addition,
make sure you
have set the udev rules for the OAK-d camera,
to allow for it to connect.
The repo should now be built, and launch-able in sim or on the kart.
You can just launch webots with:
ros2 launch phoenix_gazebo common.launch.py
do not forget to source the repo first with . install/setup.bash
Metadata
Metadata
Assignees
Labels
bugSomething isn't workingSomething isn't workinggood first issueGood for newcomersGood for newcomershelp wantedExtra attention is neededExtra attention is needed