Closed nolanwagener closed 6 years ago
I removed the build
and devel
folders and re-ran catkin_make
. I now get the following error:
/home/nolan/catkin_ws/src/autorally/autorally_control/src/path_integral/path_integral_main.cu(81): error: identifier "DynamicsModel" is undefined
/home/nolan/catkin_ws/src/autorally/autorally_control/src/path_integral/path_integral_main.cu(81): error: identifier "MPPI_NUM_ROLLOUTS__" is undefined
/home/nolan/catkin_ws/src/autorally/autorally_control/src/path_integral/path_integral_main.cu(81): error: identifier "BLOCKSIZE_X" is undefined
/home/nolan/catkin_ws/src/autorally/autorally_control/src/path_integral/path_integral_main.cu(81): error: identifier "BLOCKSIZE_Y" is undefined
/home/nolan/catkin_ws/src/autorally/autorally_control/src/path_integral/path_integral_main.cu(97): error: identifier "DynamicsModel" is undefined
/home/nolan/catkin_ws/src/autorally/autorally_control/src/path_integral/path_integral_main.cu(97): error: identifier "model" is undefined
/home/nolan/catkin_ws/src/autorally/autorally_control/src/path_integral/path_integral_main.cu(97): error: expected a type specifier
/home/nolan/catkin_ws/src/autorally/autorally_control/src/path_integral/path_integral_main.cu(81): error: identifier "DynamicsModel" is undefined
/home/nolan/catkin_ws/src/autorally/autorally_control/src/path_integral/path_integral_main.cu(81): error: identifier "MPPI_NUM_ROLLOUTS__" is undefined
/home/nolan/catkin_ws/src/autorally/autorally_control/src/path_integral/path_integral_main.cu(81): error: identifier "BLOCKSIZE_X" is undefined
/home/nolan/catkin_ws/src/autorally/autorally_control/src/path_integral/path_integral_main.cu(81): error: identifier "BLOCKSIZE_Y" is undefined
Using an older version of cmake (3.5.0 in my case) fixed the issue. Closing issue.
I am running into the following error when running
catkin_make
for theautorally
package:This same error appears whether I am in a conda environment (using either cmake 3.5.0 or 3.12.0) or outside of a conda environment (using cmake 3.5.2).