Skip to content

miguelvidex/PioneerModel

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

61 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ua_ros_p3dx

A ROS/Gazebo Pioneer 3DX model.

To install:

cd <catkin_ws>/src
git clone https://github.com/miguelvidex/PioneerModel.git
catkin build

To run the gazebo environment with pioneer3dx in gazebo:

(terimnal 1)

roscore

(terminal 2) -- you can change the world file adding this: world_name:='---world_desired---'

roslaunch p3dx_gazebo gazebo.launch 

(terminal 3) -- optional -- if you want to see the robot in rviz

roslaunch p3dx_description rviz.launch 

To see the urdf model of robot with camera: (terminal 1)

roslaunch p3dx_description test_urdf.launch

To teleoperate the robot by the terminal: Install a package

sudo apt-get install ros-kinetic-teleop-twist-keyboard

Run the node to teleoperate the robot, publishing on the topic /cmd_vel

rosrun teleop_twist_keyboard teleop_twist_keyboard.py cmd_vel:=/cmd_vel

About

Slightly adjusted pioneer model that was obtained from https://github.com/RafBerkvens/ua_ros_p3dx

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • CMake 100.0%