id
stringlengths
15
54
text
stringlengths
3
133k
title
stringclasses
1 value
octomap_publish/OctomapServercpp_56.txt
// maxrange check if ((m_maxRange > 0.0) && ((point - sensorOrigin).norm() > m_maxRange) ) { point = sensorOrigin + (point - sensorOrigin).normalized() * m_maxRange; }
octomap_publish/todo_321.txt
* fasd * fitsverify * fonts-babelstone-han * fonts-lexi-saebom * fuzzel * haskell-fingertree * haskell-http2 * libanyevent-cachedns-perl * libaudio-cd-perl * libcommons-el-java * libmoose-autobox-perl * libmoosex-methodattributes-perl * minetest-mod-xdecor * mrboom * node-jju...
octomap_publish/todo_653.txt
* xtel * xtensor-blas * yajl-tcl * 3d-ascii-viewer-c * adabrowse * aiodogstatsd * alqalam * anet * anytun * apache-curator * apertium-eo-en * apertium-eo-es * apertium-es-ro * apertium-ind-zlm * apertium-spa-ast * badger * batmand * binpac * bioxtasraw * boats ...
octomap_publish/todo_71.txt
* node-negotiator * node-fetch * fop * node-eslint-utils * node-flatted * node-regexpp * node-esquery * node-babel-plugin-lodash * pyflakes * libfilesys-df-perl * node-memfs * php-psr-log * scalable-cyrfonts * node-functional-red-black-tree * node-chrome-trace-event * libm...
octomap_publish/4NI0GL435o_89.txt
to OctoMap developers and users discussion
octomap_publish/OctomapServercpp_42.txt
}catch(tf::TransformException& ex){ ROS_ERROR_STREAM( "Transform error for ground plane filter: " << ex.what() << ", quitting callback.\n" "You need to set the base_frame_id or disable filter_ground."); }
octomap_publish/octomapservercontact_80.txt
Same with original OctomapServer. Angular threshold of the detected plane from the horizontal plane to be detected as ground
octomap_publish/todo_704.txt
* imagetooth * indi-aok * indi-avalon * indi-gige * install-mimic * jakarta-validation-api * jaxb2-maven-plugin * jboss-classfilewriter * jboss-logmanager * jboss-modules * jboss-xnio * jesred * json2file-go * jsonb-api * jug * karabo-bridge * kdgcommons-java * kelbt...
octomap_publish/octomapservercontact_62.txt
Color for visualizing free cells
octomap_publish/todo_388.txt
* python-zstd * ratt * ruby-rotp * rust-phf * scythestat * skeleton * smex * sphinxtrain * starpu * transfuse * ustreamer * vblade * vowpal-wabbit * vue.js * wavesurfer * xbattbar * acedb * braceexpand * classmate * dnsruby * doctest * dssp * fcml *...
octomap_publish/OctomapServercpp_60.txt
// free cells if (m_octree->computeRayKeys(sensorOrigin, point, m_keyRay)){ free_cells.insert(m_keyRay.begin(), m_keyRay.end()); } // occupied endpoint OcTreeKey key; if (m_octree->coordToKeyChecked(point, key)){ occupied_cells.insert(key);
octomap_publish/todo_509.txt
* xnote * alice * andi * apertium-eval-translator * apertium-separable * aspell-kn * bcalm * beacon * biomaj3-cli * biomaj3-core * bitseq * bitshuffle * braillefont * btyacc * buildstream * busco * calculix-ccx-test * cat-bat * cecil * cif-tools * circlator ...
octomap_publish/4NI0GL435o_229.txt
### Timo Silva
octomap_publish/todo_880.txt
* [ About ](../../../intro/about) * [ Social Contract ](../../../social_contract) * [ Code of Conduct ](../../../code_of_conduct) * [ Free Software ](../../../intro/free) * [ Legal Info ](../../../legal) * [ Help Debian ](../../../intro/help)
octomap_publish/todo_12.txt
* rtmpdump * libwacom * brotli * fonts-urw-base35 * db5.3 * libtasn1-6 * pygobject * libbsd * slang2 * openal-soft * libedit * tzdata * libgcrypt20 * libcap-ng * gzip * base-files * base-passwd * hostname * netbase * ucf * debianutils * popularity-contest...
octomap_publish/octomapservercontact_72.txt
Same with original OctomapServer. Minimum and maximum probability for clamping when dynamically building a map
octomap_publish/octomapservercontact_36.txt
* ` projected_map ` ( ` nav_msgs/OccupancyGrid ` ) Downprojected 2D occupancy map from the 3D map. Be sure to remap this topic if you have another 2D map server running. New / changed in octomap_mapping 0.4.4: The topic is now projected_map by default to avoid collisions with static 2D maps (cited from http://wiki....
octomap_publish/4NI0GL435o_199.txt
Forward
octomap_publish/todo_714.txt
* ruby-em-mongo * ruby-equatable * ruby-faye * ruby-ffaker * ruby-gelf * ruby-gh * ruby-google-apis-androidpublisher-v3 * ruby-hiredis * ruby-inflecto * ruby-instantiator * ruby-introspection * ruby-json-spec * ruby-jsonb-accessor * ruby-lumberjack * ruby-maven-libs * ruby...
octomap_publish/todo_302.txt
* array-info * bbdb * cdcd * cod-tools * gifticlib * gitit * gkrellm-leds * golang-github-yuin-goldmark * golang-v2ray-core * haskell-vector-stream * insighttoolkit5 * jack-stdio * jc * libperlio-eol-perl * log4net * mysql-ocaml * nrepl-clojure * persepolis * proo...
octomap_publish/todo_262.txt
* pydyf * python-futurist * r-bioc-iranges * r-cran-relsurv * ros2-ament-index * ruby-trollop * time-decode * tomatoes * 2048 * axis * dia2code * f-el * fonts-engadget * goattracker * haskell-hledger * libcommons-fileupload-java * minetest-mod-craftguide * mu-cade ...
octomap_publish/todo_573.txt
* python-asyncio-mqtt * python-aws-requests-auth * python-bitmath * python-bottle-sqlite * python-changelog * python-commentjson * python-diagrams * python-exchangelib * python-icmplib * python-jsonext * python-memoized-property * python-memprof * python-oldmemo * python-ordered...
octomap_publish/4NI0GL435o_241.txt
Show original message
octomap_publish/OctomapServercpp_83.txt
// Ignore speckles in the map: if (m_filterSpeckles && (it.getDepth() == m_treeDepth +1) && isSpeckleNode(it.getKey())){ ROS_DEBUG("Ignoring single speckle at (%f,%f,%f)", x, y, z); continue; } // else: current octree node is no speckle, send it out
octomap_publish/4NI0GL435o_279.txt
Hello Timo Silva, Im trying to implement on the fly 3D mapping using kinect camera. I have tried the same steps that you have followed, I'm still unable to get on the fly 3D mapping. I have installed rviz, openni(for kinect), octomap_rviz_plugins, octomap_mapping, octomap_server but nothing seems to work. Please...
octomap_publish/todo_72.txt
* glpk * tqdm * python-netaddr * appconfig * node-get-value * astyle * libvterm * junit * xserver-xorg-video-mga * librecad * putty * node-collection-visit * node-has-value * node-has-values * node-map-visit * node-object-visit * node-unset-value * node-pascalcase ...
octomap_publish/todo_98.txt
* php-memcache * libemail-sender-perl * ccze * swaks * wvstreams * mpack * user-session-migration * schroedinger-maeparser * pep8 * libencode-detect-perl * pysmi * rust-bat * libmojolicious-perl * wlroots * node-number-is-nan * telepathy-rakia * kanjidic * u-boot ...
octomap_publish/todo_848.txt
* rust-cxx-build * rust-darling-0.14 * rust-darling-core-0.14 * rust-darling-macro-0.14 * rust-datasize * rust-datasize-derive * rust-dav1d-sys * rust-debbugs * rust-debian-copyright * rust-debian-watch * rust-der-oid-macro * rust-derive-builder-macro * rust-deunicode * rust-dhc...
octomap_publish/todo_206.txt
* hatop * libnet-nbname-perl * python-keystoneauth1 * r-cran-ape * ruby-jbuilder * rust-zoxide * spherepack * xlsx2csv * cairo-5c * camv-rnd * fonts-dosis * fonts-opendin * ftplib * grub2-splashimages * ipv6toolkit * jlibeps * libfvde * nam * redmine * ruby-spr...
octomap_publish/todo_193.txt
* efitools * python-dogpile.cache * triggerhappy * fonts-bpg-georgian * hcxdumptool * dma * fatresize * haskell-file-embed * haskell-murmur-hash * libppix-utilities-perl * libee * faba-icon-theme * haskell-zip-archive * libdata-stream-bulk-perl * libmoosex-types-datetime-perl...
octomap_publish/4NI0GL435o_267.txt
Reply to author
octomap_publish/todo_724.txt
* golang-github-spf13-nitro * golang-github-tcnksm-go-gitconfig * golang-github-templexxx-cpufeat * golang-github-theckman-yacspin * golang-github-theupdateframework-go-tuf * golang-github-tonistiigi-units * golang-github-unknwon-goconfig * golang-github-valyala-gozstd * golang-github-vimeo-go...
octomap_publish/todo_722.txt
* golang-github-emersion-go-sasl * golang-github-emersion-go-textwrapper * golang-github-evilsocket-ftrace * golang-github-geoffgarside-ber * golang-github-getkin-kin-openapi * golang-github-getsentry-sentry-go * golang-github-git-lfs-pktline * golang-github-glacjay-goini * golang-github-glide...
octomap_publish/todo_725.txt
* haskell-ghc-exactprint * haskell-hslua-module-doclayout * haskell-hslua-module-zip * haskell-hslua-repl * haskell-isocline * haskell-mustache * haskell-nanospec * haskell-pantry * haskell-primitive-addr * haskell-quickcheck-classes * haskell-selective * haskell-src-exts-simple * ...
octomap_publish/todo_129.txt
* ruby-rouge * sentry-python * tuned * seafile * node-is-object * r-cran-sodium * refpolicy * libmediawiki-api-perl * libmatch-simple-perl * node-flush-write-stream * libsub-infix-perl * lrcalc * r-cran-dygraphs * r-cran-selectr * python-anyjson * arc-theme * weston ...
octomap_publish/todo_545.txt
* ruby-json-jwt * ruby-macaddr * ruby-mail-room * ruby-mixlib-versioning * ruby-omniauth-kerberos * ruby-omniauth-multipassword * ruby-redis-actionpack * ruby-redis-rack * ruby-redis-store * ruby-representable * ruby-reverse-markdown * ruby-sigar * ruby-stackprof * ruby-uber ...
octomap_publish/octomapservercontact_103.txt
[ pdf ](//jsk-docs.readthedocs.io/_/downloads/jsk_recognition/en/latest/pdf/) [ html ](//jsk-docs.readthedocs.io/_/downloads/jsk_recognition/en/latest/htmlzip/) [ epub ](//jsk-docs.readthedocs.io/_/downloads/jsk_recognition/en/latest/epub/)
octomap_publish/todo_204.txt
* bomberclone * casacore-data-jplde * crashtest * libqt5qxlsx * nomacs * ois * puddletag * python-cleo * python-mpd * r-cran-randomforest * afterstep * clzip * gtts * haskell-hslua-module-text * haskell-hsyaml * bindfs * debian-edu-artwork * felix-gogo-command * l...
octomap_publish/todo_75.txt
* libmodbus * prettytable * python-watchdog * libewf * yubikey-personalization * ipython-genutils * fonts-liberation-sans-narrow * node-jed * pristine-tar * tcpdf * netdata * pystring * ifenslave * lua-luv * what-is-python * molly-guard * android-platform-frameworks-bas...
octomap_publish/todo_474.txt
* r-cran-semtools * r-cran-wgcna * racon * rainbow-identifiers-el * rake-compiler * restartd * rkflashtool * ros-image-transport-plugins * ros2-colcon-cmake * ros2-colcon-library-path * ros2-colcon-pkg-config * ros2-colcon-python-setup-py * ros2-colcon-recursive-crawl * ros2-col...
octomap_publish/todo_100.txt
* pastedeploy * wordnet * universal-ctags * python-pyqtgraph * pyfuse3 * libmygpo-qt * ffms2 * fftw * supervisor * pycountry * libfinance-quote-perl * rabbitmq-server * ledit * libperlio-via-timeout-perl * haskell-random * libio-socket-timeout-perl * gluegen2 * testn...
octomap_publish/todo_156.txt
* libgnupg-interface-perl * r-cran-plot3d * javacc * dcfldd * libratbag * snort * chntpw * fwbuilder * iirish * libjrosetta-java * mkchromecast * cpulimit * git-flow * gforth * rocr-runtime * crack * jnr-constants * r-cran-permute * ruby-zeitwerk * electric-fen...
octomap_publish/todo_831.txt
* rust-num-format * rust-nvml-wrapper * rust-nvml-wrapper-sys * rust-ogg * rust-opam-file-rs * rust-open * rust-orion * rust-os-release * rust-overload * rust-oxhttp * rust-oxilangtag * rust-oxiri * rust-p384 * rust-pager * rust-pamsm * rust-parse-arg * rust-parsec-serv...
octomap_publish/todo_286.txt
* libgdchart-gd2 * libjdepend-java * mimetex * monopd * morse * node-exit * node-lazy-cache * pyavm * python-applicationinsights * python-cdo * r-cran-areal * r-cran-mvnormtest * saxonb * xfonts-baekmuk * abs-guide * cronolog * fldiff * fonts-migmix * minetest-mod...
octomap_publish/WritingASimpleCppPub_10.txt
Tasks 
octomap_publish/todo_515.txt
* cl-regex * clj-tuple-clojure * consult-el * cookietool * covtobed * cyvcf2 * dasprid-enum * dbar * dh-perl6 * dimbl * docbook-html-forms * dogecoin * dotenv-cli * draai * duecredit * flask-flatpages * fosfat * ftpmirror * gli * golang-github-apex-log * gol...
octomap_publish/WritingASimpleCppPub_1.txt
* [ Ardent Apalone ( ` ardent ` ) ](../../Releases/Release-Ardent-Apalone.html) * [ Beta 3 ( ` r2b3 ` ) ](../../Releases/Beta3-Overview.html) * [ Beta 2 ( ` r2b2 ` ) ](../../Releases/Beta2-Overview.html) * [ Beta 1 ( ` Asphalt ` ) ](../../Releases/Beta1-Overview.html) * [ Alphas ](../....
octomap_publish/4NI0GL435o_185.txt
Copy link
octomap_publish/4NI0GL435o_110.txt
* I write a node, that creates tf data.
octomap_publish/OctomapServercpp_113.txt
if (!octomap_msgs::fullMapToMsg(*m_octree, res.map)) return false;
octomap_publish/todo_447.txt
* numberstation * pchar * php-arthurhoaro-web-thumbnailer * php-http-webdav-server * pidcat * progress-linux * py-lmdb * python-hupper * python-iptables * python-ncclient * python-pem * python-pyhcl * python-xstatic-bootswatch * python-xstatic-d3 * python-xstatic-jasmine *...
octomap_publish/todo_280.txt
* spacenavd * vim-lastplace * yacas * asc-music * ca-cacert * ddgr * flexi-streams * flobopuyo * funcparserlib * guile-git * haskell-unix-time * inkscape-survex-export * libauthen-cas-client-perl * libmail-srs-perl * libnet-server-ss-prefork-perl * libwww-opensearch-perl ...
octomap_publish/todo_397.txt
* aa3d * android-platform-frameworks-data-binding * apng2gif * aprx * birthday * cffsubr * cl-base64 * datalad-container * dumpasn1 * e2guardian * fig2sxd * gajim-antispam * geners * git-revise * globjects * glulxe * glycin-loaders * golang-github-go-stack-stack *...
octomap_publish/4NI0GL435o_135.txt
* I write a node, that creates pointcloud2-data
octomap_publish/4NI0GL435o_235.txt
Sign in to forward
octomap_publish/4NI0GL435o_46.txt
Copy link
octomap_publish/todo_802.txt
* dde-network-utils * ddogleg * deepdish * derpconf * discodos * dmrgpp * domdf-python-tools * elixir-earmark-parser * elixir-makeup * elixir-makeup-c * elixir-makeup-elixir * elixir-makeup-erlang * elixir-nimble-parsec * encore-clojure * facile * fapolicyd * fastdtw ...
octomap_publish/OctomapServercpp_49.txt
double total_elapsed = (ros::WallTime::now() - startTime).toSec(); ROS_DEBUG("Pointcloud insertion in OctomapServer done (%zu+%zu pts (ground/nonground), %f sec)", pc_ground.size(), pc_nonground.size(), total_elapsed);
octomap_publish/todo_326.txt
* python-pika * r-cran-combinat * rust-critical-section * rust-textwrap * segyio * tideways * vim-ledger * xcolors * xmltoman * curseofwar * debsigs * h2o * haskell-haskell-gi * haskell-type-equality * jameica-datasource * jameica-util * lebiniou * libalgorithm-combi...
octomap_publish/OctomapServercpp_69.txt
// TODO: we could also limit the bbx to be within the map bounds here (see publishing check) minPt = m_octree->keyToCoord(m_updateBBXMin); maxPt = m_octree->keyToCoord(m_updateBBXMax); ROS_DEBUG_STREAM("Updated area bounding box: "<< minPt << " - "<<maxPt); ROS_DEBUG_STREAM("Bounding box keys (after): " << m_...
octomap_publish/todo_452.txt
* ldp-docbook-stylesheets * libchart-gnuplot-perl * libclass-gomor-perl * libconvert-ber-perl * libdata-treedumper-perl * libfile-policy-perl * libfile-util-perl * libgeo-coordinates-transform-perl * liblingua-en-syllable-perl * libmail-gnupg-perl * libmurmurhash * libnet-scp-perl ...
octomap_publish/todo_606.txt
* guider * hamradio-maintguide * haskell-aeson-extra * haskell-bytedump * haskell-cpu * haskell-crypto-random-api * haskell-cryptol * haskell-floatinghex * haskell-generic-lens * haskell-getopt-generics * haskell-graphscc * haskell-lambdabot-core * haskell-lens-family-core * has...
octomap_publish/WritingASimpleCppPub_20.txt
# 3 Write the subscriber node  Return to ` ros2_ws/src/cpp_pubsub/src ` to create the next node. Enter the following code in your terminal: Linux macOS Windows wget -O subscriber_member_function.cpp https://raw.githubusercontent.com/ros2/examples/humble/rclcpp/topics/minimal_subscriber/member_f...
octomap_publish/4NI0GL435o_67.txt
Show original message
octomap_publish/octomapservercontact_6.txt
* [ ExtractIndices ](extract_indices.html) * [ extract_top_polygon_likelihood.py ](extract_top_polygon_likelihood.html) * [ FeatureRegistration ](feature_registration.html) * [ FindObjectOnPlane ](find_object_on_plane.html) * [ FisheyeSpherePublisher ](fisheye_sphere_publisher.html) * [ FuseDept...
octomap_publish/OctomapServercpp_67.txt
// TODO: eval lazy+updateInner vs. proper insertion // non-lazy by default (updateInnerOccupancy() too slow for large maps) //m_octree->updateInnerOccupancy(); octomap::point3d minPt, maxPt; ROS_DEBUG_STREAM("Bounding box keys (before): " << m_updateBBXMin[0] << " " <<m_updateBBXMin[1] << " " << m_updateBBXMi...
octomap_publish/4NI0GL435o_123.txt
'''
octomap_publish/4NI0GL435o_96.txt
Apr 4, 2016, 9:56:43 PM 4/4/16
octomap_publish/todo_252.txt
* libusrsctp * newmat * node-console-browserify * node-requires-port * node-tty-browserify * node-vm-browserify * odin * pam-python * ruby-jekyll-seo-tag * searx * erlang-base64url * erlang-p1-xmpp * extlib * fonts-motoya-l-cedar * fonts-sil-charis-compact * icinga-php-lib...
octomap_publish/todo_669.txt
* golang-go4 * golang-golang-x-vuln * golang-gopkg-errgo.v2 * golang-gopkg-hlandau-service.v2 * golang-gopkg-macaroon.v1 * golang-k8s-kube-openapi * golang-petname * golang-refraction-networking-utls * golang-robfig-config * golang-siphash-dev * golang-vhost * gosa-plugins-ldapmanager...
octomap_publish/WritingASimpleCppPub_24.txt
3.2 CMakeLists.txt  Reopen ` CMakeLists.txt ` and add the executable and target for the subscriber node below the publisher’s entries. add_executable(listener src/subscriber_member_function.cpp) ament_target_dependencies(listener rclcpp std_msgs) install(TARGETS talker ...
octomap_publish/4NI0GL435o_189.txt
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
octomap_publish/todo_876.txt
[ català ](todo.ca.html "Catalan") [ dansk ](todo.da.html "Danish") [ Deutsch ](todo.de.html "German") [ français ](todo.fr.html "French") [ Italiano ](todo.it.html "Italian") [ 한국어 (Korean) ](todo.ko.html "Korean") [ Nederlands ](todo.nl.html "Dutch") [ 日本語 (Nihongo) ](todo.ja.html "Japanese") [ polski ](todo.pl.html ...
octomap_publish/todo_54.txt
* node-cjs-module-lexer * jeepney * pyicu * sysfsutils * libsdl2-image * docopt * libdate-calc-xs-perl * ucx * libxml++2.6 * fonts-ipafont * cm-super * onevpl * cli-common * plotutils * debootstrap * html2text * ruby-did-you-mean * gl2ps * fbreader * gtk-layer-...
octomap_publish/OctomapServercpp_58.txt
octomap::OcTreeKey endKey; if (m_octree->coordToKeyChecked(point, endKey)){ updateMinKey(endKey, m_updateBBXMin); updateMaxKey(endKey, m_updateBBXMax); } else{ ROS_ERROR_STREAM("Could not generate Key for endpoint "<<point); } }
octomap_publish/OctomapServercpp_177.txt
bool OctomapServer::isSpeckleNode(const OcTreeKey&nKey) const { OcTreeKey key; bool neighborFound = false; for (key[2] = nKey[2] - 1; !neighborFound && key[2] <= nKey[2] + 1; ++key[2]){ for (key[1] = nKey[1] - 1; !neighborFound && key[1] <= nKey[1] + 1; ++key[1]){ for (key[0] = nKey[0] - 1; !neighborFou...
octomap_publish/todo_689.txt
* libplack-middleware-status-perl * libpod-2-docbook-perl * libpod-elemental-transformer-list-perl * libpod-sax-perl * libpod-tree-perl * libpoe-component-rssaggregator-perl * libproc-guard-perl * libproxool-java * libreadonly-tiny-perl * librecast * librelative-perl * librest-applica...
octomap_publish/todo_165.txt
* fonts-agave * libpod-coverage-perl * alure * autokey * pike8.0 * xdp-tools * abootimg * ocaml-zarith * gaviotatb * libuninameslist * apachetop * gimplensfun * aiksaurus * cmt * dxvk * gmrun * libcookie-baker-xs-perl * libxtrxdsp * python-paho-mqtt * haskell-m...
octomap_publish/4NI0GL435o_78.txt
Reply to author
octomap_publish/todo_2.txt
* [ Blog ](https://bits.debian.org/ "Bits from Debian") * [ Micronews ](https://micronews.debian.org "Micronews from Debian") * [ Planet ](https://planet.debian.org/ "The Planet of Debian")
octomap_publish/todo_219.txt
* libpod-plainer-perl * libzim * r-cran-leaps * r-cran-rstantools * vkbasalt * anyremote * findimagedupes * heartbleeder * r-cran-gparotation * r-cran-stabledist * rust-memchr * famfamfam-silk * jericho-html * libfsext * ruby-hamster * ruby-web-console * vinetto * xr...
octomap_publish/todo_281.txt
* r-cran-ggstats * r-cran-labelled * rsstail * ruby-stringex * starjava-topcat * unicode-screensaver * yasnippet-snippets * backup2l * chealpix * fonts-eurofurence * haskell-fast-logger * kubectx * libconvert-base32-perl * libdata-ieee754-perl * libdbix-dbschema-perl * lib...
octomap_publish/todo_342.txt
* rust-futures-util * rust-git-absorb * starjava-fits * starjava-table * starjava-util * why3 * wlsunset * zh-autoconvert * amtterm * biabam * ctioga2 * cube2-data * dns-browse * erlang-p1-pgsql * faker * flightcrew * fortunes-ru * fstransform * gf-complete * g...
octomap_publish/octomapservercontact_2.txt
Contents
octomap_publish/todo_15.txt
* publicsuffix * gcc-11 * libice * libsm * libuv1 * pixman * numactl * libxpm * libwmf * mysql-defaults * exim4 * glusterfs * icu * fonts-liberation * fribidi * graphite2 * libmd * libssh * libxfixes * hplip * unzip * libxt * libxi * json-c * xxh...
octomap_publish/todo_760.txt
* python-sarif-python-om * python-scciclient * python-scooby * python-sphinx-contributors * python-statmake * python-stubserver * python-tcolorpy * python-term-image * python-tuspy * python-u2flib-server * python-undetected-chromedriver * python-whiteboard * python-xstatic-dagre-d3...
octomap_publish/todo_398.txt
* mpdscribble * muparserx * nd * node-eventemitter3 * ntfs2btrfs * octave-octclip * osdsh * pappl * pexec * php-horde-mail-autoconfig * plexus-digest * poppassd * python-ironicclient * python-quantities * python-whois * python-zunclient * python3-proselint * r-cran-d...
octomap_publish/todo_605.txt
* elpa-darkroom * erlang-asciideck * erlang-bitcask * erlang-getopt * erlang-ranch * exec-path-from-shell-el * extension-helpers * extra-window-functions * faiss * fanwor * fcitx-autoeng-ng * fcitx-fullwidthchar-enhance * filter * gcc-snapshot * genht * genparse * gfarm...
octomap_publish/4NI0GL435o_163.txt
#create pcl from points
octomap_publish/todo_74.txt
* xdelta3 * libnb-platform18-java * libpod-constants-perl * pycodestyle * libcontextual-return-perl * libspring-java * licensecheck * libsort-key-perl * ipmitool * pixz * pyqt5webengine * gcc-12-cross * libio-prompter-perl * vbetool * python-unidiff * log4cplus * xserve...
octomap_publish/todo_89.txt
* python-pygraphviz * prometheus-node-exporter * ltrace * httrack * purifyeps * nlopt * gflags * fonts-gfs-bodoni-classic * node-universalify * gv * gperf * mariadb-mysql-kbs * stress * fonts-gfs-theokritos * google-recaptcha * pypng * fonts-gfs-gazis * snakeyaml ...
octomap_publish/todo_271.txt
* r-bioc-delayedarray * r-cran-fit.models * stops * tj3 * xonsh * gatk-native-bindings * gnuastro * kalign * liblingua-stem-snowball-perl * libsocketcan * libticonv * minetest-mod-homedecor * netrik * original-awk * pspg * pvrg-jpeg * python-xopen * r-cran-nortest ...
octomap_publish/todo_406.txt
* driftnet * endless-sky-high-dpi * entagged * fische * fonts-myanmar * geiser * globus-gram-protocol * gm-assistant * golang-github-gorilla-mux * goto-chg-el * gramofile * hacktv * haskell-cmdargs * haskell-lambdahack * haskell-puremd5 * haskell-web-routes * haskell-ye...
octomap_publish/todo_769.txt
* cryptacular * cxxheaderparser * data-fressian-clojure * dataset-fashion-mnist * debian-edu-fai * debiandoc-sgml-doc-pt-br * deck * delight * devicexlib * django-cachalot * django-celery-email * django-compression-middleware * django-favicon-plus-reloaded * django-menu-generato...
octomap_publish/4NI0GL435o_86.txt
Sign in to report message
octomap_publish/todo_709.txt
* msgpuck * mujoco * munge-maven-plugin * mymake * natlog * network-runner * nim-unicodeplus * node-addon-api * node-ansi-up * node-any-promise * node-autolinker * node-backoff * node-basic-auth-parser * node-blacklist * node-bufferjs * node-chai-as-promised * node-chai...
octomap_publish/OctomapServercpp_153.txt
// add padding if requested (= new min/maxPts in x&y): double halfPaddedX = 0.5*m_minSizeX; double halfPaddedY = 0.5*m_minSizeY; minX = std::min(minX, -halfPaddedX); maxX = std::max(maxX, halfPaddedX); minY = std::min(minY, -halfPaddedY); maxY = std::max(maxY, halfPaddedY); minPt = octom...
octomap_publish/4NI0GL435o_278.txt
to OctoMap developers and users discussion
octomap_publish/todo_641.txt
* golang-github-ccding-go-stun * golang-github-coredhcp-coredhcp * golang-github-cznic-fileutil * golang-github-cznic-sortutil * golang-github-dgryski-go-bitstream * golang-github-dlclark-regexp2 * golang-github-emersion-go-msgauth * golang-github-geertjohan-go.rice * golang-github-go-logr-std...
octomap_publish/4NI0GL435o_45.txt
You do not have permission to delete messages in this group