-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathcomandos.txt
70 lines (37 loc) · 1.49 KB
/
comandos.txt
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
///// BASICS
--Launch gazebo with papeleras.world
ros2 launch higgs2 launch_sim.launch.py
--Launch rviz2 (might be on the above)
ros2 run rviz2 rviz2 -d src/higgs2/config/view_bot.rviz --ros-args -p use_sim_time:=true
///// SLAM AND NAV2
--Launch slam_toolbox for map
ros2 launch higgs2 online_async_launch.py params_file:=./src/higgs2/config/mapper_params_online_async.yaml use_sim_time:=true
--Launch nav2 normal
ros2 launch higgs2 navigation_launch.py use_sim_time:=true
--Launch nav2 LOCALIZATION (amcl paso 1)
ros2 launch higgs2 localization_launch.py use_sim_time:=true
--Launch nav2 NAVIGATION (amcl paso 2)
ros2 launch higgs2 navigation_launch.py use_sim_time:=true map_subscribe_transient_local:=true
///// HELP
--Kill gazebo
alias killgazebo="killall -9 gazebo & killall -9 gzserver & killall -9 gzclient"
--Launch teleop keyboard
ros2 run teleop_twist_keyboard teleop_twist_keyboard
--Motor demo
1st give permission:
sudo chmod 666 /dev/ttyACM0
carduino
miniterm -e /dev/ttyACM0 57600
--Launch ROBOT
ros2 launch higgs2 launch_robot.launch.py
ros2 launch higgs2 joystick.launch.py
//ros2 launch higgs2 rsp.launch.py use_sim_time:=true
//SERVER
npm start (on ros-ui-react/example)
ros2 launch higgs2 joystick.launch.py
ros2 launch higgs2 launch_sim.launch.py
ros2 run rosbridge_server rosbridge_websocket
ros2 run rosapi rosapi_node
ros2 run web_video_server web_video_server
//LIDAR REAL ROBOT CRASH
From other ssh run: killall rplidar_composition