No version for distro humble. Known supported distros are highlighted in the buttons above.
No version for distro jazzy. Known supported distros are highlighted in the buttons above.
No version for distro rolling. Known supported distros are highlighted in the buttons above.
|
Repository Summary
Checkout URI | https://github.com/comet-robotics/urc.git |
VCS Type | git |
VCS Version | main |
Last Updated | 2025-03-01 |
Dev Status | UNMAINTAINED |
CI status | No Continuous Integration |
Released | UNRELEASED |
Tags | No category tags. |
Contributing |
Help Wanted (0)
Good First Issues (0) Pull Requests to Review (0) |
Packages
Name | Version |
---|---|
sim_package | 0.0.0 |
action_drivetrain_interface | 0.0.0 |
aruco_chase | 0.0.0 |
basestation | 0.0.0 |
drivetrain | 0.0.0 |
ros2_control_demo_example_1 | 0.0.0 |
gpsx | 0.0.0 |
imu | 0.0.0 |
my_robot_gui | 0.0.0 |
navigation | 0.0.0 |
ros2_control_demo_description | 0.0.0 |
rtab_package | 0.0.0 |
video_streamer | 0.0.0 |
README
UTD University Rover Challenge
This is where all of our code and most of the project management will be base at.
Overview
Discussions: Where all research topics will go and where you will log your ideas, progress, and questions at. I will also post research materials there too.
Issues: Once research is done we will create an issue for a topic and this is where you will contribute your code too and discuss issues that are arriving in the implementation.
Instructions
-
Start up the simulation and press play.
- In another terminal, cd to rtab_package (such a dumb name we can definitely change this) which is in the ws_urc src folder, colcon build, source the install.
- To run, “ros2 launch rtab_package rtab.launch.py”.
- This node takes care of all transforms needed for the Nav2 stack.
- rgbd odometry creates an odom -> base_link odometry message
- ukf robot_localization fuses the IMU odometry with the visual odometry and publishes the odom -> base_link transformation
- rgbd-slam publishes the map -> odom frame
- RTAB-MAP frame to frame model
- Then, cd to navigation, which is also in the ws_urc src folder. Colcon build, source the install.
- Run with “ros2 launch navigation nav.launch.py”
- This initializes the nav2 stack, nothing outputs after initialization unless a goal is given
- Start rviz2
- Set the global frame to “map”
- include “Robot Description” topic to see the robot (the wheels dont move with it even though the transforms are being published, don’t know what’s going on there)
- Include “odometry” topic, set ros2 topic to “odometry/filtered” to see the fused odometry
- Include “/map” topic (this doesn’t show up until nav2 is activated)
- Include “goal pose” to see the given goal
- Go to panels, click on navigation2. It should say the navigation is active.
- To send actions to the robot, in rviz, select 2d goal pose and place it on the map. Click Start Waypoint Navigation in the nav2 panel to start navigation
Install git
git clone
CONTRIBUTING
No CONTRIBUTING.md found.
No version for distro noetic. Known supported distros are highlighted in the buttons above.
No version for distro ardent. Known supported distros are highlighted in the buttons above.
No version for distro bouncy. Known supported distros are highlighted in the buttons above.
No version for distro crystal. Known supported distros are highlighted in the buttons above.
No version for distro eloquent. Known supported distros are highlighted in the buttons above.
No version for distro dashing. Known supported distros are highlighted in the buttons above.
No version for distro galactic. Known supported distros are highlighted in the buttons above.
No version for distro foxy. Known supported distros are highlighted in the buttons above.
No version for distro iron. Known supported distros are highlighted in the buttons above.
No version for distro lunar. Known supported distros are highlighted in the buttons above.
No version for distro jade. Known supported distros are highlighted in the buttons above.
No version for distro indigo. Known supported distros are highlighted in the buttons above.
No version for distro hydro. Known supported distros are highlighted in the buttons above.
No version for distro kinetic. Known supported distros are highlighted in the buttons above.
No version for distro melodic. Known supported distros are highlighted in the buttons above.