Closed Fuji-ken closed 7 years ago
Hi Ken
Can you tell us:
Hi AM
My Camera is as below. Product Family:Grasshopper3 CameraModel:GS3-U3-28S4C-C Connector:USB
I can't see I have to create a program by C++ or Python which can detect the camera port. The word "node" you called is this program? I don't stil create aprogram for seeing camera port. At first, I think pointgrey's library I download from below is included all necesarry "node"program. •Source: git https://github.com/ros-drivers/pointgrey_camera_driver.git
Is it mistake?
If so, the camera is'nt exist on Autoware's GUI. Basicaly, I can't see how to use Autoware's Usage.
Could you show me how to create the Autoware environment for using Camera or Laser facility, please?
Regs, Ken
Ken-san We are not using the ROS drivers provided for pointgrey. We developed our own ROS node( ROS program). You don't need to develop a new program. It is contained in Autoware.
_____________________________
From: Fuji-ken notifications@github.com Sent: 月曜日, 11月 21, 2016 9:04 午前 Subject: Re: [CPFL/Autoware] How to load Camera or some drivers? (#514) To: CPFL/Autoware autoware@noreply.github.com Cc: Comment comment@noreply.github.com, Abraham Monrroy abrahammonrroy@yahoo.com
Hi AM
My Camera is as below. Product Family:Grasshopper3 CameraModel:GS3-U3-28S4C-C Connector:USB
I can't see I have to create a program by C++ or Python which can detect the camera port. The word "node" you called is this program? I don't stil create aprogram for seeing camera port. At first, I think pointgrey's library I download from below is included all necesarry "node"program. •Source: git https://github.com/ros-drivers/pointgrey_camera_driver.git
Is it mistake?
If so, the camera is'nt exist on Autoware's GUI. Basicaly, I can't see how to use Autoware's Usage.
Could you show me how to create the Autoware environment for using Camera or Laser facility, please?
Regs, Ken
— You are receiving this because you commented. Reply to this email directly, view it on GitHub, or mute the thread.
Hi, AM Thank you for your advice. I'll try to take it later. Now, I have another questions. From this morning, I tried to view a camera display the following story. Then, I can achieve to display the view, but it's color is grey or green. Do you know how to set the view to real colors? I think I can set the following prcess as a launch-file and set to Autoware procedure, I could set the view in Autoware environment.
Is it a unnecessary process?
$ sudo apt-get install ros-indigo-pointgrey-camera-driver $ rosrun pointgrey_camera_driver list_cameras $ roslaunch pointgrey_camera_driver camera.launch $ roslaunch pointgrey_camera_driver camera.launch camera_serial:=*** $ rosrun image_view image_view image:=/camera/image_raw [INFO][1479692347.486413783]:Using transport "raw"
Please show me your advice.
Regs
Ken,
There is no need to install the ROS drivers. Once you installed Autoware and you are able to see the camera stream with FlyCapture2, you need to run:
roslaunch pointgrey grasshopper3.launch
then you'll be able to view it in RViz with the /image_raw
topic.
Thanks so much for teaching me many advice. I've been to clear above problem at last. Best regards
I have pointgrey's Camera. I've once suceeded to draw a Camera's view in Ubuntu by Flycapture.
So I tried to rebuild cameradrivers, so that it can start from Autoware-GUI. But I can't see which holder is driver's one I have to install to. I challenged log is as bellow. "~Autoware/ros/src/$ git https://github.com/ros-drivers/pointgrey_camera_driver.git" "~Autoware/ros/src/$cd ../" " ~Autoware/ros/$ catkin_make" Then, "Autoware/ros/src/pointgrey_camera_driver" is created. After that, If I try to run "Autoware/ros/.run", that's GUI creation hour been to very long. What's wrong settings did I do? Moreover, Camera's View process on FlyCapture also been to very slowry. Something wrong?
If anyone has solutions, please teach me! Regs,