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

dnjsxor564's profile - activity

2022-11-07 23:56:40 -0500 received badge  Famous Question (source)
2022-11-07 23:56:40 -0500 received badge  Notable Question (source)
2020-04-24 04:59:20 -0500 received badge  Famous Question (source)
2020-04-24 04:59:20 -0500 received badge  Notable Question (source)
2020-04-24 04:59:20 -0500 received badge  Popular Question (source)
2020-03-04 17:34:12 -0500 received badge  Notable Question (source)
2019-05-20 01:17:21 -0500 marked best answer velodyne(HDL-32E) something shadow occured why it happened?

https://www.youtube.com/watch?v=HdJar...

our velodyne use driver -> https://github.com/ros-drivers/velodyne

and i dont know why shadow occured what should i do?

2019-03-01 16:34:20 -0500 marked best answer any install method of jsk_visualization/jsk_rviz_plugs?

i want to use box boundering (jsk_pkg) but something error occured first error like this

at /usr/share/cmake-3.5/Modules/FindPkgConfig.cmake:367 (message):
  A required package was not found
Call Stack (most recent call first):
  /usr/share/cmake-3.5/Modules/FindPkgConfig.cmake:532 (_pkg_check_modules_internal)
  pharos_drivers/jsk_recognition-master/imagesift/CMakeLists.txt:27 (pkg_check_modules)

then i upload jsk_3rdparty-master to driver folder then error occered like this

BUILD_SHARED_LIBS is on
-- ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
-- ~~  traversing 88 packages in topological order:
-- ~~  - gps_umd (metapackage)
-- ~~  - jsk_3rdparty (metapackage)
-- ~~  - jsk_common (metapackage)
-- ~~  - jsk_common_msgs (metapackage)
-- ~~  - jsk_recognition (metapackage)
-- ~~  - jsk_visualization (metapackage)
-- ~~  - libcmt (plain cmake)
-- ~~  - lpg_planner
-- ~~  - pharos (metapackage)
-- ~~  - pharos_bringup
-- ~~  - pharos_data_logger
-- ~~  - pharos_drivers (metapackage)
-- ~~  - assimp_devel
-- ~~  - ff
-- ~~  - ffha
-- ~~  - julius
-- ~~  - libsiftfast
-- ~~  - nlopt
-- ~~  - slic (plain cmake)
-- ~~  - jsk_footstep_msgs
-- ~~  - jsk_hark_msgs
-- ~~  - novatel_gps_msgs
-- ~~  - jsk_gui_msgs
-- ~~  - jsk_recognition_msgs
-- ~~  - speech_recognition_msgs
-- ~~  - ublox (metapackage)
-- ~~  - velodyne (metapackage)
-- ~~  - velodyne_msgs
-- ~~  - bayesian_belief_networks
-- ~~  - cereal_port
-- ~~  - multi_gps
-- ~~  - pharos_msgs
-- ~~  - downward
-- ~~  - jsk_tools
-- ~~  - julius_ros
-- ~~  - gps_common
-- ~~  - pgm_learner
-- ~~  - posedetection_msgs
-- ~~  - rospatlite
-- ~~  - rosping
-- ~~  - rostwitter
-- ~~  - jsk_data
-- ~~  - jsk_network_tools
-- ~~  - mini_maxwell
-- ~~  - opt_camera
-- ~~  - ros_speech_recognition
-- ~~  - checkerboard_detector
-- ~~  - dynamic_tf_publisher
-- ~~  - jsk_topic_tools
-- ~~  - laser_filters_jsk_patch
-- ~~  - laser_geometry2
-- ~~  - multi_map_server
-- ~~  - novatel_gps_driver
-- ~~  - image_view2
-- ~~  - jsk_rqt_plugins
-- ~~  - pharos_laser_taek
-- ~~  - pharos_lasers
-- ~~  - pharos_localization
-- ~~  - pharos_map_server
-- ~~  - pharos_mapping
-- ~~  - pharos_obstacle_detection
-- ~~  - pharos_path_planner
-- ~~  - pharos_road_information
-- ~~  - pharos_speed_planner
-- ~~  - pharos_tf
-- ~~  - pharos_trajectory_observer
-- ~~  - pharos_vehicle
-- ~~  - pharos_waypoint_compensator
-- ~~  - jsk_recognition_utils
-- ~~  - imagesift
-- ~~  - jsk_tilt_laser
-- ~~  - resized_image_transport
-- ~~  - ublox_serialization
-- ~~  - ublox_msgs
-- ~~  - ublox_gps
-- ~~  - collada_urdf_jsk_patch
-- ~~  - jsk_rviz_plugins
-- ~~  - jsk_interactive_marker
-- ~~  - jsk_interactive
-- ~~  - jsk_interactive_test
-- ~~  - velodyne_driver
-- ~~  - velodyne_laserscan
-- ~~  - velodyne_pointcloud
-- ~~  - virtual_force_publisher
-- ~~  - voice_text
-- ~~  - jsk_pcl_ros_utils
-- ~~  - jsk_pcl_ros
-- ~~  - jsk_perception
-- ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
CMake Error at /opt/ros/kinetic/share/catkin/cmake/catkin_workspace.cmake:95 (message):
  This workspace contains non-catkin packages in it, and catkin cannot build
  a non-homogeneous workspace without isolation.  Try the
  'catkin_make_isolated' command instead.
Call Stack (most recent call first):
  CMakeLists.txt:63 (catkin_workspace)

what should i do? anyone who know install method?

2019-03-01 16:33:03 -0500 received badge  Famous Question (source)
2019-03-01 16:33:03 -0500 received badge  Notable Question (source)
2019-03-01 16:31:16 -0500 marked best answer [solved]jsk_boundingBOXARRAY can't publish

my source code is this

#include <ros/ros.h>
#include <tf/transform_broadcaster.h>
#include <tf/transform_listener.h>

#include <geometry_msgs/PointStamped.h>

#include <pcl_ros/point_cloud.h>
#include <pcl_ros/transforms.h>
#include <jsk_recognition_msgs/BoundingBoxArray.h>
#include <pharos_msgs/object_custom_msg.h>
#include <pharos_msgs/object_custom_msgs.h>
///전역변수///

///------////


class velodyne_
{
public:

    ros::NodeHandlePtr nh;
    ros::NodeHandlePtr pnh;


    velodyne_()
    {
        nh = ros::NodeHandlePtr(new ros::NodeHandle(""));
        pnh = ros::NodeHandlePtr(new ros::NodeHandle("~"));

        ///서브스크라이브는 this 사용 publish는 메세지형식 이것만 잘 생각해놓기
        sub_custom_msg = nh->subscribe("pharos_object_msg", 10 , &velodyne_::BOX_CB,this);
        pub_box_msg = nh->advertise<jsk_recognition_msgs::BoundingBoxArray>("object_box",10);

    }



    void BOX_CB(const pharos_msgs::object_custom_msgs &input_msg){
        ///CALLBACK 함수
        jsk_recognition_msgs::BoundingBoxArray BOXS;
            for(int i=0; i<input_msg.objects.size(); i++){
                jsk_recognition_msgs::BoundingBox box;
                box.label = i+1;
                box.pose.position.x = input_msg.objects[i].min_x;
                box.pose.position.y = input_msg.objects[i].min_y;
                box.pose.position.z = input_msg.objects[i].min_z;
                box.dimensions.x = input_msg.objects[i].max_x;
                box.dimensions.y = input_msg.objects[i].max_y;
                box.dimensions.z = input_msg.objects[i].max_z;

                box.header.frame_id ="velodyne";
                box.header.stamp = input_msg.header.stamp;
                BOXS.boxes.push_back(box);

            }


        BOXS.header.stamp=input_msg.header.stamp;
        BOXS.header.frame_id = "velodyne";

        pub_box_msg.publish(BOXS);

    }


protected:
    ros::Subscriber sub_custom_msg;
    ros::Publisher pub_box_msg;


};

int main(int argc, char **argv)
{

    ros::init(argc, argv, "object_box");       //노드명 초기화



    ROS_INFO("started object_box");
    ROS_INFO("SUBTOPIC : ");
    ROS_INFO("PUBTOPIC : ");

    velodyne_ hello;

    ros::spin();


}

i want to show up box with object ex) image description

i know min_x,y,z , max_x,y,z so i have 8 points of bound box how i can bounding object with jsk msg? i can publish some image but doesnt match size and position image description

2019-03-01 16:30:18 -0500 received badge  Famous Question (source)
2019-01-31 19:48:15 -0500 received badge  Notable Question (source)
2019-01-31 13:35:36 -0500 received badge  Popular Question (source)
2018-10-17 13:53:12 -0500 received badge  Popular Question (source)
2018-10-17 09:00:53 -0500 commented question how to connect two velodyne with pci-express lancard

cuz traffic too much in modem lidar and camera motion computer a lot conneted so date receive is too slow so i chnaged

2018-10-17 04:40:07 -0500 asked a question how to connect two velodyne with pci-express lancard

how to connect two velodyne with pci-express lancard velodyne 1 connected with pci-express 1 and velodyne 2 connected wi

2018-09-28 05:58:22 -0500 received badge  Famous Question (source)
2018-09-28 05:58:22 -0500 received badge  Notable Question (source)
2018-09-17 04:41:43 -0500 received badge  Popular Question (source)
2018-09-14 06:07:05 -0500 asked a question ROS can Catch two velodyne Callbackfunction delay?

ROS can Catch two velodyne Callbackfunction delay? I use two velodyne lidar. I use the left velodyne and the right velod

2018-09-11 08:47:51 -0500 received badge  Notable Question (source)
2018-08-25 02:01:54 -0500 received badge  Taxonomist
2018-08-22 19:31:44 -0500 received badge  Popular Question (source)
2018-08-22 19:31:14 -0500 received badge  Famous Question (source)
2018-08-22 08:14:02 -0500 edited question [solved]jsk_boundingBOXARRAY can't publish

jsk_boundingBOXARRAY can't publish my source code is this #include <ros/ros.h> #include <tf/transform_broadcas

2018-08-22 08:14:02 -0500 received badge  Editor (source)
2018-08-22 08:13:43 -0500 received badge  Popular Question (source)
2018-08-22 08:13:35 -0500 edited question [solved]jsk_boundingBOXARRAY can't publish

jsk_boundingBOXARRAY can't publish my source code is this #include <ros/ros.h> #include <tf/transform_broadcas

2018-08-22 08:13:05 -0500 commented answer [solved]jsk_boundingBOXARRAY can't publish

thank you!! it is helpful to me!!

2018-08-19 21:52:23 -0500 asked a question [solved]jsk_boundingBOXARRAY can't publish

jsk_boundingBOXARRAY can't publish my source code is this include <ros ros.h=""> include <tf transform_broadc

2018-08-17 04:11:08 -0500 commented answer any install method of jsk_visualization/jsk_rviz_plugs?

thx i didnt know jsk pkg command

2018-08-15 08:29:07 -0500 asked a question any install method of jsk_visualization/jsk_rviz_plugs?

any install method of jsk_visualization/jsk_rviz_plugs? i want to use box boundering (jsk_pkg) but something error occur

2018-07-03 02:41:34 -0500 received badge  Enthusiast
2018-07-02 02:58:17 -0500 received badge  Popular Question (source)
2018-07-01 06:54:53 -0500 asked a question cuda error how to fix it?

cuda error how to fix it? ~/NVIDIA_CUDA-9.2_Samples/0_Simple/asyncAPI$ ./asyncAPI [./asyncAPI] - Starting... CUDA error

2018-05-28 10:40:41 -0500 asked a question HDL-32E vertical

HDL-32E vertical how to change order of velodyne vertical angle first i use velodyne HDL-32E LIDAR and data coming in l

2018-05-27 06:18:04 -0500 received badge  Popular Question (source)
2018-05-27 06:01:16 -0500 asked a question hdl-32e velodyne array alogorism

hdl-32e velodyne array alogorism I am wondering how data comes in using velodyne HDL-32 products. I wonder if the first

2018-04-10 17:11:27 -0500 received badge  Notable Question (source)
2018-03-27 06:44:31 -0500 asked a question velodyne HDL-32E array turn is it?

velodyne HDL-32E array turn is it? velodyne layer start ring[0] and end [31]? like this picture? or ring[0] take 0~x

2018-03-22 21:44:46 -0500 received badge  Student (source)
2018-03-22 13:35:48 -0500 asked a question it can be use "Identifying ground returns using ProgressiveMorphologicalFilter segmentation" in real time?

it can be use "Identifying ground returns using ProgressiveMorphologicalFilter segmentation" in real time? i use this "I

2018-03-22 06:07:22 -0500 received badge  Popular Question (source)
2018-03-21 22:13:08 -0500 commented question velodyne(HDL-32E) something shadow occured why it happened?

oh thx but how to upload bag file?

2018-03-21 22:12:47 -0500 commented answer velodyne(HDL-32E) something shadow occured why it happened?

i use bag file but i still can see shadow.. if u check my bagfile? and check shadow occured? if u can help me i give my

2018-03-21 06:58:37 -0500 asked a question velodyne(HDL-32E) something shadow occured why it happened?

velodyne(HDL-32E) something shadow occured why it happened? https://www.youtube.com/watch?v=HdJarMRYNJU our velodyne us

2018-03-21 06:57:18 -0500 asked a question velodyne(HDL-32E) something shadow occured

velodyne(HDL-32E) something shadow occured https://www.youtube.com/watch?v=HdJarMRYNJU our velodyne use driver -> ht