ROS Resources: Documentation | Support | Discussion Forum | Index | Service Status | ros @ Robotics Stack Exchange
Ask Your Question
0

Is my ROS environment perfect? or not? [closed]

asked 2022-06-01 08:47:45 -0500

Renox gravatar image

I installed kinetic in ubuntu16.04, and I did operation check along ROS wiki tutorial. I did the following command.

mkdir -p ~/catkin_ws/src    
cd ~/catkin_ws/    
catkin_make

And I got result.

Base path: /home/username/catkin_ws
Source space: /home/username/catkin_ws/src
Build space: /home/username/catkin_ws/build
Devel space: /home/username/catkin_ws/devel
Install space: /home/username/catkin_ws/install
####
#### Running command: "make cmake_check_build_system" in "/home/username/catkin_ws/build"    
####
####
#### Running command: "make -j4 -l4" in "/home/username/catkin_ws/build"
####

Is my ROS environment perfect? or not? Please tell me how to solve. Thank you.

edit retag flag offensive reopen merge delete

Closed for the following reason the question is answered, right answer was accepted by Renox
close date 2023-01-14 11:52:26.092181

1 Answer

Sort by ยป oldest newest most voted
0

answered 2022-06-01 17:46:15 -0500

That's roughly the output expected if catkin_ws has no packages in the src/ directory and you have already run catkin_make once before (meaning you already have a build/ and devel/ directory created by previous runs of catkin_make). It's impossible to say if your ROS environment is "perfect" from this, but I see no obvious issues with the information given.

edit flag offensive delete link more

Comments

I think OP can also start with using rosdep from the beginning

ljaniec gravatar image ljaniec  ( 2022-06-01 17:48:40 -0500 )edit
1

Thank you for your comments. I could solve.

Renox gravatar image Renox  ( 2022-06-02 07:18:33 -0500 )edit
1

@Renox, if this solves your problem, please consider accepting it.

CroCo gravatar image CroCo  ( 2022-06-02 07:27:00 -0500 )edit

Question Tools

1 follower

Stats

Asked: 2022-05-30 05:21:57 -0500

Seen: 77 times

Last updated: Jun 01 '22