Closed mattias-wiberg closed 3 years ago
Both errors are weird, and I can't reproduce them. What's your ROS version? Which Git Commit are you on? (roscd mir_robot && git log | head -n1
)
I am on the latest commit also tried the one before that and still had the same issues.
user:~$ roscd mir_robot && git log | head -n1 commit 9e3ec2cd0102b1140f09ffc765ae5f61b406a59e
I am using the kinetic version. But when I do "rosversion ros" I get <unversioned>
.
I am currently using ROS through app.theconstructsim.com. Not sure if that would be an issue? Everything else works with the robot and I can control it with the speed controls.
Can you run echo $ROS_DISTRO
?
Also:
cat /home/user/catkin_ws/build/catkin_generated/metapackages/mir_robot/CMakeLists.txt
roscd mir_robot
cat CMakeLists.txt
Can you run
echo $ROS_DISTRO
? kinetic
cat /home/user/catkin_ws/build/catkin_generated/metapackages/mir_robot/CMakeLists.txt
cmake_minimum_required(VERSION 2.8.3)
project(mir_robot)
find_package(catkin REQUIRED)
catkin_metapackage()
roscd mir_robot
cat CMakeLists.txt
cmake_minimum_required(VERSION 3.5.1) project(mir_robot) find_package(catkin REQUIRED) catkin_metapackage(
I don't see the problem. The only difference is the cmake_minimum_required, and that should be okay. At least catkin_make doesn't complain on my machine. It looks like this is not a bug in mir_robot, so I'm afraid I can't help you.
Could I be that I do not have all the required packages installed? Any easy way to check this?
Issue was that I didnt do the Preliminaries so I was missing packages thank you for the help!
I get this error when trying to run the
roslaunch mir_navigation start_planner.launch
.When I look in the files it looks like I am missing some header files aswell not sure if it is just reference errors in my ide or if this is something faulty aswell. I also had to use the catkin_make_isolated instead of the normal catkin_make since it complained about the workspace containing non-catkin packages in it.
CMake Error: