Git Product home page Git Product logo

mm_rros's Introduction

mm_rros

These are packages for NIST mobile manipulator projects.

version: v5.1

  • tested on 03/04

packages

list(mm_ws/src)

changes in packages

base odom publisher

  • changed v_max=0.2 and w_max=0.4
  • delete test_pose
  • add odom_test_pose
  • add device

ur_moder_driver

  • add mm_ur5_bringup.launch to /launch

razor_imu_9dof

  • deleted remapping odom to /pr2~/odom
  • changed subscribed topic from imu_data to imu

robotiq

robot_pose_ekf

basic commands

ssh

ssh -X [email protected]

visualize the robot model

roslaunch mm_description display.launch

publish joint and robot state of the robot

roslaunch mm_bringup mm_state_publisher.launch

keyboard command

rosrun teleop_twist_keyboard teleop_twist_keyboard.py

rgbd remote visualize

roslaunch mm_slam rgbd_remote_viz.launch camera:=kinect1

bringup the robot (default)

base

rosrun mm_bringup base_odom_publisher.py

multiple kinect

roslaunch openni_launch openni.launch device_id:=#1 camera:=kinect1 depth_registration:=true roslaunch openni_launch openni.launch device_id:=#2 camera:=kinect2 depth_registration:=true

arm (MoveIt!)

roslaunch ur_modern_driver ur5_bringup.launch robot_ip:=192.168.2.2 roslaunch ur5_moveit_config ur5_moveit_planning_execution.launch roslaunch ur5_moveit_config moveit_rviz.launch config:=true -- robot_description from ur5_upload.launch(ur5_brinup.launch) -- robot_state_publisher from ur_common.launch(ur5_bringup.launch)

gripper

roslaunch robotiq_2f_85_gripper_visualization test_2f_85_model.launch rosrun robotiq_2f_gripper_control Robotiq2FGripperRtuNode.py /dev/ttyUSBgripper rosrun robotiq_2f_gripper_control Robotiq2FGripperSimpleController.py rosrun robotiq_2f_gripper_control Robotiq2FGripperStatusListener.py

imu

roslaunch razor_imu_9dof razor-pub.launch roslaunch robot_pose_ekf.launch vo_used:=false

move the whole robot (compressed version)

roslaunch mm_bringup mm_mobile_bringup.launch device:=/dev/ttyUSBbase roslaunch mm_bringup mm_kinect_bringup.launch camera1:=kinect1 camera2:=kinect2 rgbd:=true roslaunch mm_bringup mm_ur5_bringup.launch roslaunch mm_bringup mm_gripper_bringup.launch device:=/dev/ttyUSBgripper

test modes

base - slam record - keyboard

robot

roslaunch mm_bringup mm_mobile_bringup.launch device:=/dev/ttyUSBbase roslaunch mm_bringup mm_kinect_bringup.launch camera1:=true rgbd1:=true roslaunch mm_slam mm_rtabmap.launch camera:=kinect1 database_path:=<file_name> -> roslaunch mm_slam mm_rtabmap.launch camera:=kinect1 odom:=false database_path:=<file_name>

remote pc

rosrun teleop_twist_keyboard teleop_twist_keyboard.py roslaunch mm_slam base_rtabmap_rviz.launch rgbd1:=true rosbag record /odom /tf /tf_static /joint_states /kinect1/depth_registered/image_raw /kinect1/depth_registered/camera_info /kinect1/rgb/image_rect_color /kinect1/rgb/camera_info /kinect_scan rqt_console

base - slam playback

rosbag play "<file_name>.bag" roslaunch mm_slam mm_rtabmap.launch camera:=kinect1 rviz:=true rosrun map_server map_saver map:=/rtabmap/proj_map ** tf error

base - localization - move_base

robot

roslaunch mm_bringup mm_mobile_bringup.launch device:=/dev/ttyUSBbase roslaunch mm_bringup mm_kinect_bringup.launch camera1:=true rgbd1:=true roslaunch mm_slam mm_rtabmap.launch camera:=kinect1 localization:=true -- robot_description, robot_state_pusblisher and joint_state_publisher from mm_rtabmap.launch

remote pc

roslaunch mm_slam base_rtabmap_rviz.launch rgbd1:=true

base + arm + gripper - localization - move_base (user trial)

robot

roslaunch mm_bringup mm_mobile_bringup.launch device:=/dev/ttyUSBbase roslaunch mm_bringup mm_kinect_bringup.launch camera1:=true camera2:=true rgbd1:=true rgbd2:=true switched:=true roslaunch mm_bringup mm_ur5_bringup.launch gui:=true roslaunch mm_bringup mm_gripper_bringup.launch device:=/dev/ttyUSBgripper roslaunch mm_slam mm_rtabmap.launch camera:=kinect1 localization:=true mm:=true database_path:=map_1111_4.db

remote pc

roslaunch mm_moveit_config moveit_rviz.launch mm:=true rgbd1:=true rgbd2:=true

base + arm + gripper - localization - move_base teb

robot

roslaunch mm_bringup mm_mobile_bringup.launch device:=/dev/ttyUSBbase roslaunch mm_bringup mm_kinect_bringup.launch camera1:=true rgbd1:=true roslaunch mm_slam mm_rtabmap.launch camera:=kinect1 localization:=true dwa:=false

remote pc

rosrun rviz rviz -d /home/mm/catkin_ws/src/mm_rros/mm_slam/rviz/base_rtabmap_teb.rviz

########################################################

odometry error

** to do

robot

roslaunch razor_imu_9dof razor-pub.launch roslaunch mm_bringup mm_odom_pusblisher.launch roslaunch mm_bringup description_publish.launch

pc

########################################################

ORB_SLAM2

mono w/ logitech

rosrun ORB_SLAM2 Monopub Vocabulary/ORBvoc.txt Examples/Monocular/logitech.yaml -1 /usb_cam/image_raw rosrun ORB_SLAM2 Monosub 10 1 20 -10 20 -10 0.55 0.50 1 5

mono w/ kinect

roslaunch openni_launch openni.launch depth_registration:=true rosrun ORB_SLAM2 Monopub Vocabulary/ORBvoc.txt Examples/ROS/ORB_SLAM2/kinect.yaml -1 /camera/rgb/image_raw rosrun ORB_SLAM2 Monosub 10 1 20 -10 20 -10 0.55 0.50 1 5

rgbd w/ kinect

rosrun ORB_SLAM2 RGBD Vocabulary/ORBvoc.txt Examples/ROS/ORB_SLAM2/kinect.yaml

########################################################

ps3joy

rosrun ps3joy ps3joy.py roslaunch teleop_twist_joy teleop.launch

########################################################

robot state publisher

roslaunch mm_slam mm_rtabmap.launch state_publish:=true(default) roslaunch mm_bringup mm_ur5_bringup.launch description:=false(default) --> roslaunch ur_modern_driver mm_ur5_bringup.launch description:=false(default) mm_moveit_planning_execution.launch -> move_group.launch -> planning_execution.launch

########################################################

common errors

[ WARN] [1575932977.009394537]: Could not get transform from /odom to /base_footprint after 0.200000 seconds (for stamp=1575932976.754261)! Error="Could not find a connection between 'odom' and 'base_footprint' because they are not part of the same tree.Tf has two or more unconnected trees.. canTransform returned after 0.201348 timeout was 0.2.".

--> turn on the base ########################################################

point cloud

/camera/depth/color/points

########################################################

run demo

12/13

roslaunch mm_bringup mm_demo_session_bringup.launch rviz:=true rosrun mm_gui_run_demo mm_gui_moveit_approach_execution.py

01/10

roslaunch mm_bringup mm_demo_session_bringup.launch rviz:=true rosrun mm_gui_run_demo mm_gui_moveit_interpolation_execution.py debug rosrun mm_gui_run_demo waypoint_controls.py debug

01/24

roslaunch mm_bringup mm_demo_session_bringup.launch rviz:=true rosrun mm_gui_run waypoint_controls.py rosrun mm_gui_run mm_gui_moveit_approach_execution.py

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.