Open
Conversation
- Added new world files for Gazebo simulation. - Updated robot materials in URDF and Xacro files for consistency. - Refactored launch file to include robot description and state publishers. - Improved wall and ground plane definitions in the world file.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
This pull request introduces significant updates to the ROS2 Jazzy tutorials repository, transitioning its focus from Week 1 pose estimation labs to a comprehensive robotics simulation project. The changes include new prerequisites, URDF tutorials, and tasks for creating and simulating a four-wheeled robot in Gazebo. The pull request also adds detailed URDF and Gazebo configuration files, a launch file for simulation, and removes the previous Week 1 Jupyter notebook.
Documentation Updates:
README.md: Replaced Week 1 pose estimation content with prerequisites, URDF tutorials, and tasks for building and simulating a robot in Gazebo. Added instructions for creating a URDF file, control node, and launch file, along with testing and documentation tasks.Removal of Previous Labs:
Week1/task.ipynb: Removed the Jupyter notebook containing Week 1 lab assignments on 2D/3D transformations and chain transformations.Simulation Launch Configuration:
launch/simulation.launch.py: Added a new launch file to load the Gazebo world, publish robot state, and spawn the robot in simulation. Includes nodes for robot state publisher, joint state publisher, and Gazebo entity spawning.Robot Description and Simulation Files:
urdf/robot.xacro: Created a detailed URDF file for a four-wheeled robot, including body, wheels, camera, and sonar sensor. Defined dimensions, materials, and inertial properties.urdf/robot.gazebo: Added Gazebo-specific configurations for the robot, including plugins for skid-steer drive, camera, sonar, and lidar sensors.