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

psprox96's profile - activity

2023-07-26 02:42:15 -0500 received badge  Famous Question (source)
2021-03-17 22:21:13 -0500 marked best answer Cmake Error from openni2_camera

Hi all.

Anybody knows how can I correct these?

   CMake Error at /usr/share/cmake-2.8/Modules/FindPkgConfig.cmake:266 (message):
  A required package was not found
Call Stack (most recent call first):
  /usr/share/cmake-2.8/Modules/FindPkgConfig.cmake:320 (_pkg_check_modules_internal)
  openni2_camera/CMakeLists.txt:9 (pkg_check_modules)


CMake Error at openni2_camera/CMakeLists.txt:26 (message):
  message called with incorrect number of arguments

Can't get past this one no matter what.

Thanks for any help.

2021-01-26 20:44:47 -0500 marked best answer What is the disadvantage of octomap 3d map?

Hi, anybody knows the disadvantage of the 3d structure produce by octomap?

I know the advantages are: 1. Probabilistic representation 2. Memory-efficient 3. Flexible, multi-resolution

Any disadvantages?

Thanks!

2020-07-31 15:26:58 -0500 received badge  Famous Question (source)
2020-06-12 06:58:27 -0500 received badge  Notable Question (source)
2020-04-28 07:48:00 -0500 received badge  Famous Question (source)
2019-12-10 09:24:13 -0500 received badge  Popular Question (source)
2019-12-10 09:24:13 -0500 received badge  Notable Question (source)
2019-10-21 11:06:58 -0500 commented answer What is the max linear acceleration of Husky A200?

Roger that. Thanks for the info.

2019-10-21 10:44:03 -0500 commented answer What is the max linear acceleration of Husky A200?

I posted on two website just in case one forum is inactive. I have closed the post in Robotics Stack Exchange already. T

2019-10-20 23:29:09 -0500 commented answer What is the max linear acceleration of Husky A200?

Thank you very much. Yes, I am using gazebo as part of the simulation but I think I might have missed this one out.

2019-10-20 23:27:16 -0500 marked best answer What is the max linear acceleration of Husky A200?

Dear all,

I am not experienced in doing robotics. I have been trying to find the max linear acceleration of Husky A200 in order to set real constraint for simulation purposes.

What I did was to find out the drive power of the Husky A200 (https://www.google.com/url?sa=t&rct=j...).

Drive Power = 400 W continuous (4 wheels), thus Drive Power = 100 W continuous (1 wheel).

Using

Acceleration = Power/(Mass x Velocity), where max velocity = 1 m/s (also in the link above) and Mass = 57.69 kg

I got

Max Acceleration = 1.733 m/s^2

Is the calculation correct? If yes, what does it mean when Max Acceleration > Max Velocity in magnitude? Does it just mean that the velocity will just be capped at 1 m/s even if the velocity can be increased by 1.733 m/s in a second?

Thanks for viewing.

2019-10-20 12:37:46 -0500 asked a question What is the max linear acceleration of Husky A200?

What is the max linear acceleration of Husky A200? Dear all, I am not experienced in doing robotics. I have been trying

2019-01-25 15:29:33 -0500 received badge  Famous Question (source)
2019-01-24 21:35:39 -0500 marked best answer Error in building hector_navigation

Good day to all.

I have encounter a few errors while building hector_navigation package.

https://github.com/tu-darmstadt-ros-p...

I'm using catkin workspace. During catkin_make, I encountered these errors:

CMake Error at /opt/ros/groovy/share/catkin/cmake/catkinConfig.cmake:75 (find_package):
  Could not find a configuration file for package costmap_2d.

  Set costmap_2d_DIR to the directory containing a CMake configuration file
  for costmap_2d.  The file will have one of the following names:

    costmap_2dConfig.cmake
    costmap_2d-config.cmake

Call Stack (most recent call first):
  hector_navigation/hector_exploration_planner/CMakeLists.txt:7 (find_package)


-- Using these message generators: gencpp;genlisp;genpy
CMake Error at /opt/ros/groovy/share/catkin/cmake/catkinConfig.cmake:75 (find_package):
  Could not find a configuration file for package nav_core.

  Set nav_core_DIR to the directory containing a CMake configuration file for
  nav_core.  The file will have one of the following names:

    nav_coreConfig.cmake
    nav_core-config.cmake

Call Stack (most recent call first):
  hector_navigation/hector_exploration_planner/CMakeLists.txt:7 (find_package)


-- Eigen found (include: /usr/include/eigen3)
-- +++ processing catkin package: 'hector_exploration_node'
-- ==> add_subdirectory(hector_navigation/hector_exploration_node)
CMake Error at /home/gordon/catkin_ws/devel/share/hector_exploration_planner/cmake/hector_exploration_plannerConfig.cmake:165 (find_package):
  Could not find module Findcostmap_2d.cmake or a configuration file for
  package costmap_2d.

  Adjust CMAKE_MODULE_PATH to find Findcostmap_2d.cmake or set costmap_2d_DIR
  to the directory containing a CMake configuration file for costmap_2d.  The
  file will have one of the following names:

    costmap_2dConfig.cmake
    costmap_2d-config.cmake

Call Stack (most recent call first):
  /opt/ros/groovy/share/catkin/cmake/catkinConfig.cmake:75 (find_package)
  hector_navigation/hector_exploration_node/CMakeLists.txt:7 (find_package)


-- Using these message generators: gencpp;genlisp;genpy
CMake Error at /home/gordon/catkin_ws/devel/share/hector_exploration_planner/cmake/hector_exploration_plannerConfig.cmake:165 (find_package):
  Could not find module Findnav_core.cmake or a configuration file for
  package nav_core.

  Adjust CMAKE_MODULE_PATH to find Findnav_core.cmake or set nav_core_DIR to
  the directory containing a CMake configuration file for nav_core.  The file
  will have one of the following names:

    nav_coreConfig.cmake
    nav_core-config.cmake

Call Stack (most recent call first):
  /opt/ros/groovy/share/catkin/cmake/catkinConfig.cmake:75 (find_package)
  hector_navigation/hector_exploration_node/CMakeLists.txt:7 (find_package)


-- +++ processing catkin package: 'hector_costmap'
-- ==> add_subdirectory(hector_navigation/hector_costmap)
-- Using these message generators: gencpp;genlisp;genpy
CMake Error at /opt/ros/groovy/share/catkin/cmake/catkinConfig.cmake:75 (find_package):
  Could not find a configuration file for package pcl_conversions.

  Set pcl_conversions_DIR to the directory containing a CMake configuration
  file for pcl_conversions.  The file will have one of the following names:

    pcl_conversionsConfig.cmake
    pcl_conversions-config.cmake

Call Stack (most recent call first):
  hector_navigation/hector_costmap/CMakeLists.txt:7 (find_package)

Anybody knows how to correct these? Thanks!

2018-12-19 23:17:17 -0500 marked best answer How to set Z axis in RVIZ?

Hi all. I'm using a drone and to be display in RVIZ, I need to have a Z axis to see the height of the drone to ground.

However, my RVIZ got only the X and Y axis. Only views in 2D. My robot's frame does not go up or down, only can navigate around the 2D plane. Anyway I can set?

Thanks!

2018-12-19 23:17:14 -0500 received badge  Good Question (source)
2018-11-20 12:54:39 -0500 received badge  Famous Question (source)
2018-06-19 02:59:57 -0500 marked best answer /etc/network/interfaces configuration for urg node

Hi guys. I got problem with the network when im using urg_node for Hokuyo Laser Scan.

After running roscore, I start up urg_node with:

rosrun urg_node urg_node _ip_address:="192.168.0.10"

However im getting an error that states:

[ERROR] [1434516842.963885543]: Error connecting to Hokuyo: Could not open network Hokuyo:
192.168.0.10:10940
could not open ethernet port.

I looked this up at Google and many of them said to configure the IP address to 192.168.0.15.

So I edit /etc/network/interfaces with:

sudo nano /etc/network/interfaces

and replace the text with:

auto eth0:0
iface eth0:0 inet static
address 192.168.0.15
netmask 255.255.255.0

I tested the urg_node already and it's running.

However, another problem came up. I could not connect to internet. My wifi speed stucked at 1mb/s (using ubuntu now).

I came out with another solution by editing the interfaces file to:

auto eth0
iface eth0 inet dhcp

auto eth0:0
iface eth0:0 inet static
address 192.168.0.15
netmask 255.255.255.0

In this case, I can change to use eth0 (able to connect to WIFI but cannot run urg_node) and eth0:0 (cannot connect to WIFI but able to run urg_node) by using this two command:

sudo ifup eth0:0 (Set eth0:0)

sudo ifdown eth0:0 (Return back to eth0)

I was wondering whether there is a way I can combine these two function together, that is able to connect to WIFI and run urg_node.

Thanks for any help!

2017-03-18 12:56:23 -0500 marked best answer Cannot build hector_localization

Hi all!

I'm trying to use pose estimation in the hector_localization package but I encounter problems during catkin_make.

CMake Error at /opt/ros/groovy/share/catkin/cmake/catkinConfig.cmake:75 (find_package):
  Could not find a configuration file for package geographic_msgs.

  Set geographic_msgs_DIR to the directory containing a CMake configuration
  file for geographic_msgs.  The file will have one of the following names:

    geographic_msgsConfig.cmake
    geographic_msgs-config.cmake

Call Stack (most recent call first):
  hector_localization/hector_pose_estimation_core/CMakeLists.txt:7 (find_package)

Anybody got any solutions?

Thanks!

2016-12-25 21:23:04 -0500 received badge  Famous Question (source)
2016-12-19 00:15:03 -0500 received badge  Popular Question (source)
2016-10-24 08:19:58 -0500 received badge  Famous Question (source)
2016-07-18 12:33:37 -0500 marked best answer Problems with building hector navigation

My error:

CMake Error at /opt/ros/groovy/share/catkin/cmake/catkinConfig.cmake:75 (find_package):
  Could not find a configuration file for package costmap_2d.

  Set costmap_2d_DIR to the directory containing a CMake configuration file
  for costmap_2d.  The file will have one of the following names:

    costmap_2dConfig.cmake
    costmap_2d-config.cmake

Call Stack (most recent call first):
  hector_navigation/hector_exploration_planner/CMakeLists.txt:7 (find_package)


-- Using these message generators: gencpp;genlisp;genpy
CMake Error at /opt/ros/groovy/share/catkin/cmake/catkinConfig.cmake:75 (find_package):
  Could not find a configuration file for package nav_core.

  Set nav_core_DIR to the directory containing a CMake configuration file for
  nav_core.  The file will have one of the following names:

    nav_coreConfig.cmake
    nav_core-config.cmake

Call Stack (most recent call first):
  hector_navigation/hector_exploration_planner/CMakeLists.txt:7 (find_package)


-- Eigen found (include: /usr/include/eigen3)
-- +++ processing catkin package: 'hector_exploration_node'
-- ==> add_subdirectory(hector_navigation/hector_exploration_node)
CMake Error at /home/gordon/catkin_ws/devel/share/hector_exploration_planner/cmake/hector_exploration_plannerConfig.cmake:165 (find_package):
  Could not find module Findcostmap_2d.cmake or a configuration file for
  package costmap_2d.

  Adjust CMAKE_MODULE_PATH to find Findcostmap_2d.cmake or set costmap_2d_DIR
  to the directory containing a CMake configuration file for costmap_2d.  The
  file will have one of the following names:

    costmap_2dConfig.cmake
    costmap_2d-config.cmake

Call Stack (most recent call first):
  /opt/ros/groovy/share/catkin/cmake/catkinConfig.cmake:75 (find_package)
  hector_navigation/hector_exploration_node/CMakeLists.txt:7 (find_package)


-- Using these message generators: gencpp;genlisp;genpy
CMake Error at /home/gordon/catkin_ws/devel/share/hector_exploration_planner/cmake/hector_exploration_plannerConfig.cmake:165 (find_package):
  Could not find module Findnav_core.cmake or a configuration file for
  package nav_core.

  Adjust CMAKE_MODULE_PATH to find Findnav_core.cmake or set nav_core_DIR to
  the directory containing a CMake configuration file for nav_core.  The file
  will have one of the following names:

    nav_coreConfig.cmake
    nav_core-config.cmake

Call Stack (most recent call first):
  /opt/ros/groovy/share/catkin/cmake/catkinConfig.cmake:75 (find_package)
  hector_navigation/hector_exploration_node/CMakeLists.txt:7 (find_package)


-- +++ processing catkin package: 'hector_costmap'
-- ==> add_subdirectory(hector_navigation/hector_costmap)
-- Using these message generators: gencpp;genlisp;genpy
CMake Error at /opt/ros/groovy/share/catkin/cmake/catkinConfig.cmake:75 (find_package):
  Could not find a configuration file for package pcl_conversions.

  Set pcl_conversions_DIR to the directory containing a CMake configuration
  file for pcl_conversions.  The file will have one of the following names:

    pcl_conversionsConfig.cmake
    pcl_conversions-config.cmake

Call Stack (most recent call first):
  hector_navigation/hector_costmap/CMakeLists.txt:7 (find_package)


-- +++ processing catkin package: 'hector_elevation_mapping'
-- ==> add_subdirectory(hector_navigation/hector_elevation_mapping)
-- Using these message generators: gencpp;genlisp;genpy
-- Configuring incomplete, errors occurred!
make: *** [cmake_check_build_system] Error 1
Invoking "make cmake_check_build_system" failed

Can someone help me? Thanks!

2016-07-07 21:12:20 -0500 received badge  Famous Question (source)
2016-06-09 02:46:05 -0500 received badge  Famous Question (source)
2016-06-09 02:14:05 -0500 received badge  Famous Question (source)
2016-06-09 02:14:05 -0500 received badge  Notable Question (source)
2016-06-09 02:14:05 -0500 received badge  Popular Question (source)
2016-05-21 03:38:36 -0500 received badge  Notable Question (source)
2016-04-14 12:59:16 -0500 received badge  Popular Question (source)
2016-04-14 12:59:16 -0500 received badge  Notable Question (source)
2016-04-01 11:12:24 -0500 received badge  Popular Question (source)
2016-04-01 11:12:24 -0500 received badge  Notable Question (source)
2016-03-30 07:48:21 -0500 commented question /etc/network/interfaces configuration for urg node

Thats great. Wish you all the best!

2016-03-30 00:46:56 -0500 commented question /etc/network/interfaces configuration for urg node

If you check and everything is identical to mine, try: sudo ifconfig eth0:0 192.168.0.15 up

this will disable your internet connection. Try connecting to hokuyo now.

To enable internet: sudo ifconfig eth0:0 192.168.0.15 down

2016-03-30 00:37:15 -0500 commented question /etc/network/interfaces configuration for urg node

Can you type sudo nano /etc/network/interfaces and verify the interface? Are you still able to connect to WiFi?