質問編集履歴

1

より詳細に書いた

2021/10/15 00:56

投稿

Mito_noob_
Mito_noob_

スコア0

test CHANGED
File without changes
test CHANGED
@@ -10,7 +10,19 @@
10
10
 
11
11
  いじくる内容としてはrealsenseSDKのパッケージを入れたり、realsense系のパッケージインストールをしていました。
12
12
 
13
- 元々遠隔操作(ssh -l ubuntu ipアドレス)で入ってroslaunch turtlebot3_bringup turtlebot3_robot.launch --screenを実行して動いていたのですが、それが実行できなくなりエラーを吐いていたためcatkin_makeをしたら以下のエラーが発生しました。
13
+ 元々遠隔操作(ssh -l ubuntu ipアドレス)で入ってroslaunch turtlebot3_bringup turtlebot3_robot.launch --screenを実行して動いていたのですが、それが実行できなくなりエラーを吐いていたため([turtlebot3_robot.launch] is neither a launch file in package [turtlebot3_bringup] nor is [turtlebot3_bringup] a launch file name
14
+
15
+ The traceback for the exception was written to the log file
16
+
17
+ )
18
+
19
+ というエラー
20
+
21
+
22
+
23
+
24
+
25
+ catkin_makeをしたら以下のエラーメッセージが発生しました。
14
26
 
15
27
 
16
28
 
@@ -21,8 +33,6 @@
21
33
  ターミナル1で roslaunch realsense2_camera rs_aligned_depth.launch
22
34
 
23
35
  ターミナル2で roslaunch rtabmap_ros rtabmap.launch rtabmap_args:="--delete_db_on_start" depth_topic:=/camera/aligned_depth_to_color/image_raw rgb_topic:=/camera/color/image_raw camera_info_topic:=/camera/color/camera_info
24
-
25
-
26
36
 
27
37
  の動作は確認できています
28
38