Giter Site home page Giter Site logo

lmwr_robot's Introduction

Ejecutar
catkin_make
source devel/setup.bash

Parado en cualquier directorio lmwr_ros_model ejecutar:

roslaunch lmwr_ros_model display.launch model:='$(find lmwr_ros_model)/urdf/lmwr.urdf'
(Levanta el modelo en RVIZ con todos los links y Joints)

roslaunch lmwr_ros_model gazebo.launch model:='$(find lmwr_ros_model)/urdf/lmwr-gazebo.urdf.xacro'
(Levanta el modelo en Gazebo)

roslaunch lmwr_ros_model joints.launch model:='$(find lmwr_ros_model)/urdf/lmwr-gazebo.urdf.xacro'
(Levanta el modelo en RVIZ y en Gazebo)

roslaunch lmwr_ros_model diffdrive.launch model:='$(find lmwr_ros_model)/urdf/lmwr-diffdrive.urdf.xacro'
(Levanta el modelo en RVIZ y Gazebo y el control diferencial)

roslaunch lmwr_ros_model diffdrive.launch model:='$(find lmwr_ros_model)/urdf/lmwr-diff-cam.urdf.xacro'
(Levanta el modelo con Ultrasonido y camara en RVIZ y Gazebo y el control diferencial)

Para hacer mover el robot hacia adelante a 0.5 m/s por linea de comando:
rostopic pub /lmwr_diff_ive_controller/cmd_vel geometry_msgs/Twist -r 3 -- '[0.5,0.0,0.0]' '[0.0, 0.0, 0.0]'

Hacia atras:
rostopic pub /lmwr_diff_drive_controller/cmd_vel geometry_msgs/Twist -r 3 -- '[-0.5,0.0,0.0]' '[0.0, 0.0, 0.0]'

Rotación a 0.3 rad/s
rostopic pub /lmwr_diff_drive_controller/cmd_vel geometry_msgs/Twist -r 3 -- '[0.0,0.0,0.0]' '[0.0, 0.0, 0.3]'



roslaunch lmwr_ros_model walker.launch model:='$(find lmwr_ros_model)/urdf/lmwr-diff-cam.urdf.xacro'
(Levanta el modelo con Ultrasonido y camara en RVIZ y Gazebo y el nodo walker)

roslaunch lmwr_ros_model walker.launch model:='$(find lmwr_ros_model)/urdf/lmwr-diff-cam.urdf.xacro' world:='$(find lmwr_ros_model)/worlds/lmwr.world'
(Levanta el modelo con Ultrasonido y camara en RVIZ y Gazebo y el nodo walker)

roslaunch lmwr_ros_model walker.launch model:='$(find lmwr_ros_model)/urdf/lmwr-diff-cam.urdf.xacro' world:='worlds/willowgarage.world'
(Levanta el modelo con Ultrasonido y camara en RVIZ y Gazebo y el nodo walker. En Gazebo levanta el Willowgarage World)

roslaunch lmwr_ros_model walker.launch model:='$(find lmwr_ros_model)/urdf/lmwr-diff-cam.urdf.xacro' world:='$(find lmwr_ros_model)/worlds/lmwr.world'

roslaunch lmwr_ros_model walker.launch model:='$(find lmwr_ros_model)/urdf/lmwr-diff-cam-v3.urdf.xacro' world:='$(find lmwr_ros_model)/worlds/garden_2_lmwr.world'

roslaunch lmwr_ros_model walker.launch model:='$(find lmwr_ros_model)/urdf/lmwr-diff-cam-v3.urdf.xacro' world:='$(find lmwr_ros_model)/worlds/garden_3_lmwr.world'

Para lanzar el Wall Following
roslaunch lmwr_ros_model wall_following.launch model:='$(find lmwr_ros_model)/urdf/lmwr-diff-cam-wall-follow.urdf.xacro' world:='worlds/willowgarage.world'

roslaunch lmwr_ros_model wall_following.launch model:='$(find lmwr_ros_model)/urdf/lmwr-diff-cam-wall-follow.urdf.xacro' world:='worlds/maze.world'

roslaunch lmwr_ros_model wall_following.launch model:='$(find lmwr_ros_model)/urdf/lmwr-diff-cam-wall-follow.urdf.xacro' world:='$(find lmwr_ros_model)/worlds/maze.world'

roslaunch lmwr_ros_model walker.launch model:='$(find lmwr_ros_model)/urdf/lmwr-diff-cam-wall-follow.urdf.xacro' world:='$(find lmwr_ros_model)/worlds/garden_3_lmwr.world'

roslaunch lmwr_ros_model walker.launch model:='$(find lmwr_ros_model)/urdf/lmwr-diff-cam-wall-follow.urdf.xacro' world:='$(find lmwr_ros_model)/worlds/garden_3_lmwr.world'

lmwr_robot's People

Watchers

 avatar

Forkers

zdkhit

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.