- Download Juce for linux here
- Extract juce-5.X.X-linux.zip (I have it in
/home/jokla/software/juce-5.4.7-linux) - Run the application from terminal with
$ ./home/jokla/software/juce-5.4.7-linux/JUCE/Projuceror double-click on Projucer. - Follow this guide. I add to set up manually the path to Juce, the Juce modules and to Clion
- Now install libwebkit2gtk-4.0-dev from a terminal with
sudo apt-get install libwebkit2gtk-4.0-dev - You will need to install
ladspa-sdkto buildextras/AudioPluginHost/
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| ; ======================================== | |
| ; PTPDv2 version 2.3.0-svn default configuration | |
| ; ======================================== | |
| ; NOTE: the following settings are affected by ptpengine:preset selection: | |
| ; ptpengine:slave_only | |
| ; clock:no_adjust | |
| ; ptpengine:clock_class - allowed range and default value | |
| ; To see all preset settings, run ptpd2 -H (--long-help) |
- Follow building from source link I had to change the dependencies:
sudo apt-get install python-setuptools python-rosinstall ipython libeigen3-dev libboost-all-dev doxygen libopencv-dev ros-melodic-vision-opencv ros-melodic-image-transport-plugins ros-melodic-cmake-modules software-properties-common libpoco-dev python-matplotlib python-scipy python-git python-pip ipython libtbb-dev libblas-dev liblapack-dev python-catkin-tools libv4l-dev
-
You can now build with caktin build
-
In addition, to run the calibration I had to install python-igraph:
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| <?xml version="1.0"?> | |
| <launch> | |
| <arg name="launch_prefix" default=""/> | |
| <arg name="nodelet_manager" default="camera_nodelet_manager" /> | |
| <node pkg="nodelet" type="nodelet" name="$(arg nodelet_manager)" args="manager" cwd="node" output="screen" /> | |
| <node respawn="true" pkg="nodelet" type="nodelet" name="apriltag_ros" args="load apriltag_ros/ContinuousDetector $(arg nodelet_manager)" output="screen"> | |
| <rosparam command="load" file="$(find apriltag_ros)/config/settings.yaml"/> |
OlderNewer