My Ros Neotic workspace. Ubuntu install instructions
Repository contains ubuntu ros packages to work with :
Addition packages and dependencies are required to work with
Repository contains file_server
and unity_simulation_scene
packages that are required to establish connection with unity3D for robotics simulation.
Refer to repo for setup
roslaunch unity_simulation_scene unity_jackal_scene.launch
roslaunch unity_simulation_scene unity_turtlebot3_scene.launch
rosrun xacro xacro --inorder -o <OUTPUT_NAME>.urdf <XACRO_FILE>
- Containerized development setup instruction for LXC/LXD
- Containerized development setup instruction for Docker
.
├── docs
└── robot_ws
└── src
├── file_server
├── gazebo_simulation_scene
├── unity_simulation_scene
├── robot
│ ├── husky
│ │ ├── husky_base
│ │ ├── husky_bringup
│ │ ├── husky_control
│ │ ├── husky_description
│ │ ├── husky_desktop
│ │ ├── husky_gazebo
│ │ ├── husky_msgs
│ │ ├── husky_navigation
│ │ ├── husky_robot
│ │ ├── husky_simulator
│ │ └── husky_viz
│ ├── jackal
│ │ ├── jackal_control
│ │ ├── jackal_description
│ │ ├── jackal_msgs
│ │ ├── jackal_navigation
│ │ └── jackal_tutorials
│ ├── spot_ros
│ │ ├── spot_description
│ │ ├── spot_driver
│ │ ├── spot_msgs
│ │ └── spot_viz
│ ├── shadow_hand
│ │ │ └── sr_grasp_mesh_planner
│ ├── turtlebot
│ │ ├── create_description
│ │ ├── kobuki_description
│ │ └── turtlebot_description
│ └── turtlebot3
│ ├── turtlebot3
│ ├── turtlebot3_bringup
│ ├── turtlebot3_description
│ ├── turtlebot3_example
│ ├── turtlebot3_msgs
│ ├── turtlebot3_navigation
│ ├── turtlebot3_simulations
│ ├── turtlebot3_slam
│ └── turtlebot3_teleop
├── ros_pkgs
│ └── teleop_twist_joy
│ ├── config
│ ├── include
│ ├── launch
│ ├── src
│ └── test
└── vendor
├── LMS1xx
└── pointgrey_camera_driver
<!-- tree . -d -L 5 -->